home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / EMULATOR / MAME34 / modelists / cybersheep
Internet Message Format  |  1998-01-10  |  3KB

  1. From: rich@cybersheep.force9.net
  2. Sender: root@elecslns.demon.co.uk
  3. Errors-To: root@elecslns.demon.co.uk
  4. Date: Fri, 09 Jan 1998 22:33:52 +0000
  5. Organization: Erm... CyberSheep Software Solutions?
  6. Subject: Modes for MAME
  7. To: emulator-l@elecslns.demon.co.uk
  8. Reply-To: emulator-l@elecslns.demon.co.uk
  9. Message-ID: <19980109.223352.26@elecslns.demon.co.uk>
  10. Precedence: bulk
  11. X-Posting-Date: Fri, 09 Jan 1998 16:30:44 +0000
  12. X-MailList: MailList v0.12 the mailing-list robot for RiscOS
  13. X-Apparently-From: maillist@elecslns.demon.co.uk
  14. X-Posting-Agent: RISC OS Newsbase 0.59g
  15.  
  16. Hi All,
  17.  
  18. Here are the modes that I defined for mame.
  19.  
  20. The purpose of these modes is to make the games run as near to full screen
  21. as they can, and in many cases, particularly with the higher resolution
  22. modes, to speed up the emulation.
  23.  
  24. They were all designed to run on my CTX 1569s (SVGA) Monitor. My monitor
  25. 'remembers' how I like the screen to be set up for each mode, but other
  26. people may need to fiddle with their monitors controls to get the screen the
  27. right ratio.
  28.  
  29. To use them, just add them to your MDF file. After you've done that, before
  30. you actually use them, I'd load your new MDF into MakeModes, to check that
  31. the modes are actually suitable for your monitor. Don't blame me if they're
  32. not suitable for your monitor, or you didn't check, and you used them
  33. anyway...
  34.  
  35. The name of each mode, is the game that I defined it for (although, obviously
  36. the mode will work with any game that requires that mode). If there's an x2
  37. after the name, then the mode is for using with the command -doubley (I don't
  38. like the games run like that though).
  39.  
  40.  
  41. # 224 x 288 (100Hz)
  42. startmode
  43. mode_name:MAME (Pacman)
  44. x_res:224
  45. y_res:288
  46. pixel_rate:10370
  47. h_timings:12,30,16,224,16,30
  48. v_timings:2,23,0,288,0,2
  49. sync_pol:0
  50. endmode
  51.  
  52. # 256 x 256 (90Hz)
  53. startmode
  54. mode_name:MAME (Mr Do)
  55. x_res:256
  56. y_res:256
  57. pixel_rate:10270
  58. h_timings:18,16,14,256,24,10
  59. v_timings:2,50,0,256,0,29
  60. sync_pol:2
  61. endmode
  62.  
  63. # 224 x 576 (53Hz)
  64. startmode
  65. mode_name:MAME 2 (Pacman x2)
  66. x_res:224
  67. y_res:576
  68. pixel_rate:10470
  69. h_timings:12,30,16,224,16,30
  70. v_timings:2,23,0,576,0,2
  71. sync_pol:0
  72. endmode
  73.  
  74. # 256 x 512 (75Hz)
  75. startmode
  76. mode_name:MAME (Mr Do x2)
  77. x_res:256
  78. y_res:512
  79. pixel_rate:15000
  80. h_timings:18,16,14,256,24,10
  81. v_timings:2,50,0,512,0,29
  82. sync_pol:2
  83. endmode
  84.  
  85. # 480 x 480 (60Hz)
  86. startmode
  87. mode_name:MAME (spy hunt)
  88. x_res:480
  89. y_res:480
  90. pixel_rate:20000
  91. h_timings:94,22,22,480,22,0
  92. v_timings:2,32,0,480,0,11
  93. sync_pol:3
  94. endmode
  95.  
  96. # 512 x 480 (60Hz)
  97. startmode
  98. mode_name:MAME (tapper)
  99. x_res:512
  100. y_res:480
  101. pixel_rate:21000
  102. h_timings:94,22,22,512,22,0
  103. v_timings:2,32,0,480,0,11
  104. sync_pol:3
  105. endmode
  106.  
  107. Cheers, Rich.
  108.  
  109.  
  110. -- 
  111.     British Acorn Risc PC  -  200mhz StrongARM Inside  -  Intel Outside  
  112.     ======================  Fidonet: 2:254/86.3  ======================
  113.     ======  http://www.cybersheep.force9.co.uk (not online yet)  ======
  114.  
  115.  
  116.  
  117.